[INFO] cloning repository https://github.com/VertexStudio/developer
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/VertexStudio/developer" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FVertexStudio%2Fdeveloper", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FVertexStudio%2Fdeveloper'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 86b7ebf60428dbf6c9bdf75c92631ce3a7040049
[INFO] fixing VertexStudio/developer against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FVertexStudio%2Fdeveloper" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/VertexStudio/developer
[INFO] finished tweaking git repo https://github.com/VertexStudio/developer
[INFO] tweaked toml for git repo https://github.com/VertexStudio/developer written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/VertexStudio/developer on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/VertexStudio/developer already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded sse-stream v0.2.0
[INFO] [stderr]   Downloaded rmcp-macros v0.2.1
[INFO] [stderr]   Downloaded rmcp v0.2.1
[INFO] [stderr]   Downloaded hyper-rustls v0.27.6
[INFO] [stderr]   Downloaded xcap v0.0.14
[INFO] [stderr]   Downloaded process-wrap v8.2.1
[INFO] [stderr]   Downloaded xcb v1.5.0
[INFO] [stderr]   Downloaded rig-core v0.14.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 286330b69b3f39d2cb1fbf258acfae663312c4b1f5710b83aac1488af57b2902
[INFO] running `Command { std: "docker" "start" "286330b69b3f39d2cb1fbf258acfae663312c4b1f5710b83aac1488af57b2902", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "286330b69b3f39d2cb1fbf258acfae663312c4b1f5710b83aac1488af57b2902" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "286330b69b3f39d2cb1fbf258acfae663312c4b1f5710b83aac1488af57b2902", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "286330b69b3f39d2cb1fbf258acfae663312c4b1f5710b83aac1488af57b2902" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]     Checking mio v1.0.4
[INFO] [stderr]     Checking socket2 v0.5.10
[INFO] [stderr]     Checking indexmap v2.9.0
[INFO] [stderr]    Compiling openssl-sys v0.9.108
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking serde v1.0.219
[INFO] [stderr]     Checking getrandom v0.2.16
[INFO] [stderr]    Compiling rustls v0.23.27
[INFO] [stderr]     Checking idna v1.0.3
[INFO] [stderr]    Compiling nix v0.30.1
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]    Compiling serde_derive_internals v0.29.1
[INFO] [stderr]    Compiling schemars v0.8.22
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling profiling-procmacros v1.0.16
[INFO] [stderr]     Checking dyn-clone v1.0.19
[INFO] [stderr]     Checking ring v0.17.14
[INFO] [stderr]     Checking av1-grain v0.2.4
[INFO] [stderr]     Checking regex v1.11.1
[INFO] [stderr]     Checking url v2.5.4
[INFO] [stderr]    Compiling quick-xml v0.30.0
[INFO] [stderr]    Compiling arg_enum_proc_macro v0.3.4
[INFO] [stderr]     Checking profiling v1.0.16
[INFO] [stderr]    Compiling num-derive v0.4.2
[INFO] [stderr]     Checking tokio v1.45.1
[INFO] [stderr]    Compiling openssl v0.10.72
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]    Compiling simd_helpers v0.1.0
[INFO] [stderr]    Compiling libdbus-sys v0.2.5
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]    Compiling rustversion v1.0.21
[INFO] [stderr]     Checking tracing-subscriber v0.3.19
[INFO] [stderr]     Checking bytemuck v1.23.0
[INFO] [stderr]     Checking gif v0.13.1
[INFO] [stderr]     Checking dirs-sys v0.5.0
[INFO] [stderr]    Compiling schemars_derive v0.8.22
[INFO] [stderr]     Checking qoi v0.4.1
[INFO] [stderr]    Compiling xcb v1.5.0
[INFO] [stderr]     Checking exr v1.73.0
[INFO] [stderr]     Checking tiff v0.9.1
[INFO] [stderr]     Checking rav1e v0.7.1
[INFO] [stderr]     Checking deranged v0.4.0
[INFO] [stderr]     Checking rustls-webpki v0.103.3
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]     Checking bstr v1.12.0
[INFO] [stderr]     Checking toml_write v0.1.1
[INFO] [stderr]     Checking sdd v3.0.8
[INFO] [stderr]     Checking time v0.3.41
[INFO] [stderr]     Checking clap_builder v4.5.39
[INFO] [stderr]     Checking async-stream v0.3.6
[INFO] [stderr]    Compiling clap_derive v4.5.32
[INFO] [stderr]     Checking globset v0.4.16
[INFO] [stderr]     Checking scc v2.3.4
[INFO] [stderr] error: could not compile `futures-util` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/622891a4e29178280638a6b63a8908bde2c0c854/bin/rustc --crate-name futures_util --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="async-await-macro"' --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-io"' --cfg 'feature="futures-macro"' --cfg 'feature="futures-sink"' --cfg 'feature="io"' --cfg 'feature="memchr"' --cfg 'feature="sink"' --cfg 'feature="slab"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "async-await", "async-await-macro", "bilock", "cfg-target-has-atomic", "channel", "compat", "default", "futures-channel", "futures-io", "futures-macro", "futures-sink", "futures_01", "io", "io-compat", "memchr", "portable-atomic", "sink", "slab", "std", "tokio-io", "unstable", "write-all-vectored"))' -C metadata=f91567c5b3c7c60a -C extra-filename=-42b6eff2899ba1f5 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern futures_channel=/opt/rustwide/target/debug/deps/libfutures_channel-f49a1abb0a0f51cf.rmeta --extern futures_core=/opt/rustwide/target/debug/deps/libfutures_core-928ec4daade86234.rmeta --extern futures_io=/opt/rustwide/target/debug/deps/libfutures_io-f571b7c34bf760c1.rmeta --extern futures_macro=/opt/rustwide/target/debug/deps/libfutures_macro-fc133891cd6c1670.so --extern futures_sink=/opt/rustwide/target/debug/deps/libfutures_sink-0305eccffc39046b.rmeta --extern futures_task=/opt/rustwide/target/debug/deps/libfutures_task-293175f47f93219a.rmeta --extern memchr=/opt/rustwide/target/debug/deps/libmemchr-9a720a66e1fd5d2d.rmeta --extern pin_project_lite=/opt/rustwide/target/debug/deps/libpin_project_lite-d39827a1100fb9ef.rmeta --extern pin_utils=/opt/rustwide/target/debug/deps/libpin_utils-7f3687f361877058.rmeta --extern slab=/opt/rustwide/target/debug/deps/libslab-e7a0a98d00e3fd15.rmeta --cap-lints allow` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "286330b69b3f39d2cb1fbf258acfae663312c4b1f5710b83aac1488af57b2902", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "286330b69b3f39d2cb1fbf258acfae663312c4b1f5710b83aac1488af57b2902", kill_on_drop: false }`
[INFO] [stdout] 286330b69b3f39d2cb1fbf258acfae663312c4b1f5710b83aac1488af57b2902
